ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory> Class / Empty Field

In This Topic
    Empty Field (GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory>)
    In This Topic
    Gets an empty instance of GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory> with default values for the key and value.
    Syntax
    'Declaration
     
    Public Shadows Shared ReadOnly Empty As GenericCache.FetchItemEventArgs(Of TKey,TValue,TCacheNodeFactory)
    Remarks
    Default values are: - For numeric types: 0 - For boolean: false - For char: '\0' - For reference types: null - For structs: each member is initialized to its default value
    See Also